home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 4 / MacMania 4.toast / / Internet software / TableWorks 1.0 / Tutorial Folder / Embedded example #2 < prev    next >
Encoding:
Text File  |  1996-05-12  |  1.1 KB  |  42 lines  |  [TEXT/TBLC]

  1. <!--TBLC-->
  2. <HTML>
  3. <HEAD>
  4. <TITLE></TITLE>
  5. </HEAD>
  6. <BODY>
  7.  
  8. <TABLE BORDER=3 CELLSPACING=6>
  9. <TR>
  10. <TD WIDTH=325 HEIGHT=28 ALIGN=LEFT VALIGN=MIDDLE CELLTYPE=TABL>
  11. <TABLE>
  12. <TR>
  13. <TD WIDTH=20 HEIGHT=18 ALIGN=RIGHT VALIGN=MIDDLE CELLTYPE=PICT><IMG SRC="redball.gif" WIDTH="16" HEIGHT="14" BORDER=0></TD>
  14. <TD WIDTH=279 ALIGN=LEFT VALIGN=MIDDLE CELLTYPE=TEXT>This is a cell of an embedded table with border set to 0</TD>
  15. </TR>
  16. </TABLE>
  17. </TD>
  18. </TR>
  19. <TR>
  20. <TD HEIGHT=28 ALIGN=LEFT VALIGN=MIDDLE CELLTYPE=TABL>
  21. <TABLE>
  22. <TR>
  23. <TD WIDTH=20 HEIGHT=18 ALIGN=RIGHT VALIGN=MIDDLE CELLTYPE=PICT><IMG SRC="redball.gif" WIDTH="16" HEIGHT="14" BORDER=0></TD>
  24. <TD WIDTH=279 ALIGN=LEFT VALIGN=MIDDLE CELLTYPE=TEXT>This is a cell of an embedded table with border set to 0</TD>
  25. </TR>
  26. </TABLE>
  27. </TD>
  28. </TR>
  29. <TR>
  30. <TD HEIGHT=44 ALIGN=LEFT VALIGN=MIDDLE CELLTYPE=TABL>
  31. <TABLE BORDER=6>
  32. <TR>
  33. <TD WIDTH=20 HEIGHT=22 ALIGN=RIGHT VALIGN=MIDDLE CELLTYPE=PICT><IMG SRC="redball.gif" WIDTH="16" HEIGHT="14" BORDER=0></TD>
  34. <TD WIDTH=279 ALIGN=LEFT VALIGN=MIDDLE CELLTYPE=TEXT>This is a cell of an embedded table with border set to 6</TD>
  35. </TR>
  36. </TABLE>
  37. </TD>
  38. </TR>
  39. </TABLE>
  40. </BODY>
  41. </HTML>
  42.